Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-06-23 08:46
Flavor·PCRE (Legacy)

/
([\\\/\?\[\]\*]+)
/
g
Open regex in editor

Description

This expression will be useful to distinct group of Special characters making a blocker while creating the sheet though code

e.g IF sheet name is given XXX/[abc]/YYY name through code.It must be renamed as such naming is not allowed in XLS.

Submitted by Reshma Nehlani