ScratchData LogoScratchData
Back to Lolygue's profile

[WIP] Pattern Matching

LOLolygue•Created September 10, 2024
[WIP] Pattern Matching
0
0
1 views
View on Scratch

Instructions

BROKEN - WORK IN PROGRESS Match content in strings based off a pattern. Think RegExp. Tokens: ( {Raise group level. ) {Lower group level. \ {Usually literally matches the leading token. . {Any character. + {1 or more of preceding token. \w {Letters, digits, and underscore. \l {Letters a-z. \d {Digits 0-9. \s {Whitespace. Current Challenge: Quantifiers, more specifically the token that precedes one.

Project Details

Project ID1065491381
CreatedSeptember 10, 2024
Last ModifiedSeptember 10, 2024
SharedSeptember 10, 2024
Visibilityvisible
CommentsAllowed