Shouldn't the search string be ¥([^¥]*)¥ instead of what you have? Yours is just looking for a single character between the Yen signs. I tried my regular expression, and it seems to work even when there are backslashes.
Shouldn't the search string be ¥([^¥]*)¥ instead of what you have?
Yours is just looking for a single character between the Yen signs. I
tried my regular expression, and it seems to work even when there are
backslashes.