是否可以将 \regex_count 应用于 tl 变量的内容?

是否可以将 \regex_count 应用于 tl 变量的内容?

我试过

\tl_set:Nn \l_tmpa_tl {Hello World}
\int_new:N \l_foo_int
\regex_count:nnN { Hello } {\tl_use:Nn \l_tmpa_tl } \l_foo_int 

这显然不起作用。可以用 来实现吗\regex_count:nVN

相关内容