This website requires JavaScript.
Explore
Help
Sign In
wk450097098
/
mrr.sj.front
Watch
1
Star
0
Fork
You've already forked mrr.sj.front
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e89470df68
mrr.sj.front
/
node_modules
/
ali-oss
/
lib
/
common
/
utils
/
getStandardRegion.ts
4 lines
87 B
TypeScript
Raw
Blame
History
export
function
getStandardRegion
(
str
:
string
)
{
return
str
.
replace
(
/^oss-/g
,
''
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink