tl 변수의 내용에 \regex_count를 적용할 수 있나요?

tl 변수의 내용에 \regex_count를 적용할 수 있나요?

나는 노력했다

\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?

관련 정보