Esri / data-collection-ios

Mobile data collection app using the iOS Runtime SDK.
https://developers.arcgis.com/
Apache License 2.0
25 stars 26 forks source link

Add check for illegal attachment name characters. #212

Closed mhdostal closed 4 years ago

mhdostal commented 5 years ago

188

The regular expression used to find illegal characters: ^[\^\\:\/*?\"<>|]+$

So Essentially: ^\:/*?"<>|

Note that for iOS, whitespace is a valid character.