| Bug ID | Description | Status |
|---|---|---|
| 59 | The RegEx tool in ULM is awesome, but I seems to be having trouble with Negative lookahead as it doesn't seem to be working for me. Code to reproduce. Test.txt contains q (newline) queen (newline) eq (newline). RegEx is q(?!=u). The output should find "q" and "eq". | Resolved |
| Comment No. | Message |
|---|---|
| 1 | q(?!u) Try the above and see how it goes. Thanks |
| 2 | Oh for goodness sake !! :) I did my best to make sure it wasn't my fault before reporting. Thank you Blazer, problem fixed. :) |