-
-
Save lopex/7aace14b0c78d0ea86fc2f9641c41899 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ gcc testonig.c -I /usr/local/include/ -L /usr/local/lib/ -llibonigmo && ./a.exe | |
| PATTERN: '(?<!ss)' | |
| STRING: 'aaaa' | |
| PATTERN: /(?<!ss)/ (UTF-8) | |
| <list:600000460> | |
| <anchor:6000486f0> look_behind_not | |
| <list:600048770> | |
| <alt:6000487b0> | |
| <string:6000487f0>s | |
| <string:600048830>S | |
| <string:6000488b0> 0xc5 0xbf | |
| <string:600048a30>s | |
| <anchor:600048730> look_behind_not | |
| <string:600048930> 0xc3 0x9f | |
| <anchor:600048ab0> look_behind_not | |
| <string:6000489b0> 0xe1 0xba 0x9e | |
| optimize: NONE | |
| anchor: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment