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.
我有字符串"(r'^users/', include('users.urls')),"。我希望用户能够改变它说"(r'^users_part_has_been_changed_by_user/', include('users.urls')),"
"(r'^users/', include('users.urls')),"
"(r'^users_part_has_been_changed_by_user/', include('users.urls')),"
正则表达式是'\s*[url]?\(r?["|\'](?P<pattern>[^\'"]+)["|\'],\s*include\(["|\'](?P<include>[^\'"]+)["|\']\)\),'
'\s*[url]?\(r?["|\'](?P<pattern>[^\'"]+)["|\'],\s*include\(["|\'](?P<include>[^\'"]+)["|\']\)\),'