Hi
I want to retrieve via regexp javascript figures
- 1 - preceded by either:
- And | or
- nothing
- 2 - followed by either:
- Nothing
- And | or
I thought of using lookbehind but it seems that javascript does not support lookbehind
thank you for helping me