Regular Expressions 101

Community Patterns

Roblox Account Cookie RegExp

1

Regular Expression
ECMAScript (JavaScript)

/
^(_\|WARNING:-DO-NOT-SHARE-THIS\.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items\.)\|(_[0-9A-F]{200,})$
/
gm

Description

A regex to match against Roblox cookies. Two captures; the first is the warning text; the second is the cookie itself.

Submitted by anonymous - 7 months ago