Regex Wildcard Fails
-
I’m just trying to do something really simple…
https://docs.reduxframework.com/redux-framework/arguments/test
to
https://docs.reduxframework.com/core/arguments/#testI’ve tried:
/redux-framework/arguments?/* => /core/arguments?/ (NOT REGEX)
/redux-framework/arguments?/(.*) => /core/arguments?/#$1 (REGEX)
/redux-framework/arguments?/(.+) => /core/arguments?/#$1 (REGEX)All yeild nothing.
Any ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Regex Wildcard Fails’ is closed to new replies.