1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
This is an example for e// regexes and the 'E' regex modifier.
Some ASCII Codes: A = 65 (1), B = 66 (2), C = 67 (3), D = 68 (4)
---
This is an example for e// regexes and the 'E' regex modifier.
Some ASCII Codes: A = 65 (5), B = 66 (6), C = 67 (7), D = 68 (8)
---
This is an example for e// regexes and the 'E' regex modifier.
Some ASCII Codes: A = 65 (9), B = 66 (10), C = 67 (11), D = 68 (12)
---
SPL Debug: 123 #AA# 456 #XX# 789
SPL Debug: 123 <65> 456 <88> 789
SPL Debug: 0
SPL Debug: 123 #AA# 456 #XX# 789
SPL Debug: 2
SPL Debug: 123 <65> 456 <88> 789
|