我需要帮助编写正则表达式模式来替换我的变量。
用于解析的输入数据
字符串:
/hello/world/1111/2/3/4
/hello/world/2222/2/3/4
/hello/world/3333/2/3/4
/hello/world/3333
/hello /世界/1111
替换值 = 一些
输出
/hello/world/some/2/3/4
/hello/world/some/2/3/4
/hello/world/some/2/3/4
/hello/world/some
/hello/world/some