Loading…
Loading…
Things to check
Context |
---|
.(*PRUNE) or (*PRUNE:NAME) will cause the regex to exit if it tries to backtrack past its position. This is useful when looking to cut down on backtracking at specific points in the regex. The example above would normally match both terms but due to (*PRUNE) the second alternative is not acted on. |
Source string age |
a year ago |
Translation file |
ru.json, string 11 |
String priority |
Medium |