Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-12-03 21:29
Flavor·PCRE (Legacy)

/
^EOS[A-HJ-NP-Za-km-z1-9]{50}$
/
g
Open regex in editor

Description

This regex tests that a string is formatted in a way that is compatible with the restrictions on EOS.IO software public keys.

Submitted by Thomas Cox