Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/firebase/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Regex firestore中可用于验证正则表达式的在线工具?_Regex_Firebase_Google Cloud Firestore - Fatal编程技术网

Regex firestore中可用于验证正则表达式的在线工具?

Regex firestore中可用于验证正则表达式的在线工具?,regex,firebase,google-cloud-firestore,Regex,Firebase,Google Cloud Firestore,有工具可以验证javascript/Extension等中使用的正则表达式,但我正在google cloud firestore中编写规则。我想要一些工具来检查我的正则表达式 请建议。如果您阅读了我的原始答案。别理它 您可以使用匹配比较 火柴 执行正则表达式匹配,如果整个 字符串与给定的正则表达式匹配。使用谷歌RE2语法 显示了可用于Cloud Firestore的字符串验证规则的完整列表 不够?不,它没有提供google cloud FireStore没有关于使用味道的信息?这是运行时检查。为

有工具可以验证javascript/Extension等中使用的正则表达式,但我正在google cloud firestore中编写规则。我想要一些工具来检查我的正则表达式


请建议。

如果您阅读了我的原始答案。别理它

您可以使用
匹配
比较

火柴

执行正则表达式匹配,如果整个 字符串与给定的正则表达式匹配。使用谷歌RE2语法


显示了可用于Cloud Firestore的字符串验证规则的完整列表

不够?不,它没有提供google cloud FireStore没有关于使用味道的信息?这是运行时检查。为此,我需要开发一个演示应用程序或其他东西。。我想要一个在线工具来测试。在RTDB中,有一个用于检查规则的模拟器。云Firestore不存在此功能。你可以要求