-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcsv-replace.html
47 lines (44 loc) · 1.51 KB
/
csv-replace.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>Replace</title>
</head>
<body>
<a href="csv.html">Click here to go the first page</a>
<br><br>
<form action="" method="POST" enctype="multipart/form-data">
<p>Upload your CSV File to apply Regex Functionalities</p>
<input type="file" id="actual-btn" name="actual-btn"/>
<br>
<label for="find">Enter the word you want to Replace</label>
<input type="text" name="Replace">
<br><br>
<label for="find">Enter the new word</label>
<input type="text" name="nwwrd">
<br><br>
<button type="submit" value="submit">
Submit
</button>
</form>
<br>
<br>
<br>
<!--<form action="" method="POST">
<label for="find">Enter the new word</label>
<input type="text" name="nwwrd">
<br><br>
<button type="submit" value="submit">
Submit
</button>
</form>
<br>
<br>
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Auto width -->
<button class="btn" ><i class="fa fa-download"></i><a href={{op}} download></a> Download</button>
<a href={{op}} download="w3logo">
<img src="/images/myw3schoolsimage.jpg" alt="W3Schools" width="104" height="142">
</a>
</body>
</html>