Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2015-10-21 19:13
Flavor·ECMAScript (JavaScript)

/
^[A-Z0-9\+\/]*=?$
/
i
Open regex in editor

Description

Tests a string to see if it fits the Base64 format.

Submitted by anonymous