Skip to main content

Flag ↔ optional modifier for RegExp to config how Assertion behave on patterns

g

Flag to search Global

i

Flagto Ignore Case

m

Flag to match ^ & $ for Multi-line

d

Flag to append .hasIndices property to substring match

s

Flag to match . to newline character - treat everything as one line

u

Flag to set RegExp Pattern Character as Unicode

y

stickY RegExp Flag to set no characters between matches

Greedy

(default) behavior for Quantifier to match as many chars possible

Lazy

behavior for Quantifier to match once then stop

Reluctant

behavior for Quantifier to match as few chars possible

References

  1. gFlag to search Global

  2. iFlagto Ignore Case

  3. mFlag to match ^ & $ for Multi-line

  4. sFlag to match . to newline character - treat everything as one line

  5. uFlag to set RegExp Pattern Character as Unicode

  6. y ↔ stickY RegExp Flag to set no characters between matches

  7. dFlag to append .hasIndices property to substring match

  8. E ↔ (Flag) Encrypted Traffic

  9. U ↔ (Flag) YOU Upload & Unchoked

  10. D ↔ (Flag) YOU Interested to download & Peer Unchoked

  11. d ↔ (Flag) YOU Interested to download & Peer Choked

  12. P ↔ (Flag) UDP connection

  13. X ↔ (Flag) discover from PeX

  14. S ↔ (Flag) Peer Snubbed

  15. I ↔ (Flag) Incoming connection

  16. u ↔ (Flag) Peer Interested to DL from YOU BUT YOU Choked