You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble creating a rule for Russian money format required by our gvmt: for 1234.56, it must return "one thousand two hundred thirty-three roubles 54 kopecks" - note the number of kopecks is not in text. Could you please advise?
The text was updated successfully, but these errors were encountered:
"(([A-Z]{3}) ([-−]?\d+)).," $3 and 1/100$(\2:us)
"(([A-Z]{3}) ([-−]?\d+)).," $3 and \40/100$(\2:up)
"(([A-Z]{3}) ([-−]?\d+)).," $3 and \4/100$(\2:up)
"(([A-Z]{3}) ([-−]?\d+)).," $3 and \4/1000$(\2:up)
Hi!
I'm having trouble creating a rule for Russian money format required by our gvmt: for 1234.56, it must return "one thousand two hundred thirty-three roubles 54 kopecks" - note the number of kopecks is not in text. Could you please advise?
The text was updated successfully, but these errors were encountered: