UNPKG
@difizen/ai-flow
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Scalable, out-of-the-box, agent-oriented flow
@difizen/ai-flow
/
es
/
components
/
AIBasic
/
PromptEditor
/
plugins
/
variable-value-block
/
utils.js
4 lines
•
120 B
JavaScript
View Raw
1
2
3
4
export
function
getHashtagRegexString
(
) {
var
hashtag =
'\\{\\{[a-zA-Z_][a-zA-Z0-9_]{0,29}\\}\\}'
;
return
hashtag; }