JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
Power Apps UI Cooker
Introduction
About Author
Release Notes
Custom Functions
Custom Components
More
Share
Explore
Custom Functions
Boolean Functions
MyCondy
Last edited 80 days ago by MyCondy
Text inside "<>" character should be replaced by your real data.
Check if text contains number
If(IsMatch(<Text input>,Match.Digit,MatchOptions.Contains),false,true)
Check if text contains upper cases
If(IsMatch(<Text input>,"[A-Z]",MatchOptions.Contains),false,true)
Check if text contains special chars
If(IsMatch(<Text input>,".*[^a-zA-Z0-9_].*"),false,true)
← Record Functions
Custom Components →
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.