Skip to content

Commit 3197d71

Browse files
authored
Update Valid Username Regular Expression.java
1 parent ec56b37 commit 3197d71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Strings/Valid Username Regular Expression.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* *
2-
* Author: Tonmoy Mondal
3-
* URL: https://qinetique.github.io
2+
* Author: Pavith Bambaravanage
3+
* URL: https://github.com/Pavith19
44
* */
55

66
/*JAVA-7*/
@@ -29,4 +29,4 @@ public static void main(String[] args) {
2929
}
3030
}
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)