Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文字列が数値かどうかを確認する方法はありますか。 {#strings.isNumeric(dataField)}動作しません。
{#strings.isNumeric(dataField)}
文字列に数字 (特定の桁数) が含まれているかどうかを確認するにはどうすればよいですか?使用できる正規表現、または呼び出すことができる組み込み関数はありますか?
以下でこれを避けたい:
{#string.contains('1') or #string.contains('2')}