Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
flowable-engine-fontend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王万里
flowable-engine-fontend
Commits
6b198c32
Commit
6b198c32
authored
Dec 22, 2020
by
王万里
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: 测试配置文件正则
parent
887629bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
index.html
index.html
+10
-0
No files found.
index.html
View file @
6b198c32
...
...
@@ -16,5 +16,14 @@
<div
class=
"box"
>
bocx
</div>
<script>
var
reg
=
/^
(\/[^\/]
*
)(\/
.*
)?
idm
\/?
$/
var
str
=
'welcome-to-nan-idm-jing-uni idm-ioi'
var
str1
=
str
.
replace
(
reg
,
'$1'
)
console
.
log
(
str1
)
var
reg2
=
/
\/
$/
var
str2
=
str1
.
replace
(
reg2
,
''
)
console
.
log
(
str2
)
</script>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment