Date format check for Japanese

Hello @omartin,

I’m trying to check the following case:

If the source is “2/15/2022 2:00:00 PM UTC”, the target needs to be “2022 年 2 月 15 日午後 2 時 (UTC)”

In this case, how can I specify?

Thank you!

@Yoko, this search should suit your needs:

Source: "<[0-9]{,2})=1\/[0-9]{,2})=2\/[0-9]{4})=3 [0-9]{,2})=4\:00\:00 PM UTC"
Target: -"<@3 年 @1 月 @2 日午後 @4 時 \(UTC\)”

Search mode: regular expressions
PowerSearch: On

Hi @omartin , thank you!
I tried your search but I get the following error.

Am I doing something wrong?

Thank you!

There was a typo error. Use the following one with the same options:

Source: "<([0-9]{,2})=1\/([0-9]{,2})=2\/([0-9]{4})=3 ([0-9]{,2})=4\:00\:00 PM UTC"
Target: -"<@3 年 @1 月 @2 日午後 @4 時 \(UTC\)"

Hi @omartin thank you so much, but I’m still not getting expected results. I’ll review the condition and get back to you. Thanks!