spujb@lemmy.cafe to 196@lemmy.blahaj.zoneEnglish · 2 days agorulefiles.catbox.moeimagemessage-square56linkfedilinkarrow-up1245arrow-down16file-text
arrow-up1239arrow-down1imagerulefiles.catbox.moespujb@lemmy.cafe to 196@lemmy.blahaj.zoneEnglish · 2 days agomessage-square56linkfedilinkfile-text
the original said reggae but i misread it as regex and got this idea lol original comic artist: thisstupidtwink@insta
minus-squareowsei@programming.devlinkfedilinkEnglisharrow-up4·1 day agoUsually regex by it self is shown with / delimiter. Using it on code is language-specific. On rust you normally use r#"<regex>"#, on javascript you can just /<regex>/, but that’s just the language’s definition, not regex.
Usually regex by it self is shown with
/delimiter. Using it on code is language-specific. On rust you normally user#"<regex>"#, on javascript you can just/<regex>/, but that’s just the language’s definition, not regex.