Dans ce tutoriel HTML JavaScript, Brijesh Shah guides vous cr
- Demo
- Agrandir
- Recharger
- New window
G�n�rez vos vid�os d'entreprise par l'IA avec la voix ou simplement du texte
Votre premi�re application vid�o AI GRATUITE ! Automatisez votre premi�re vid�o AI. Cr�ez votre vid�o professionnelle en 5 minutes gr�ce � l'IA. Aucun �quipement ni comp�tence en montage vid�o requis. Production vid�o sans effort pour les sp�cialistes du marketing de contenu.
Strip tag function is used to remove html tags from the string.
Here I will show you that how to use strip tag in ruby on rails, javascript and php.
#PHP:
Example 1: Remove all html tags.
1.
<?php
2.
$str
'<h1>Test1.</h1><p> text2</p>'
;
3.
echo
strip_tags
(
$str
);
4.
?>
Example 2: Allow p and h1 html tag.
1.
<?php
2.
$str
'<h1>Test1.</h1><p> text2</p>'
;
3.
echo
strip_tags
(
$str
,
"<h1><p>"
);
4.
?>
#Ruby On Rails
Example 1: Remove all html tags
#model
01.
class
User < ActiveRecord::Base
02.
include ActionView::Helpers
03.
before_save
:strip_comment
04.
def
strip_comment
05.
return
true
if
self
.comment.
nil
?
06.
self
.comment=sanitize(
self
.comment,
:tags
=>%w())
07.
save
08.
return
true
09.
end
Example 2: Allow h1 and p html tags
#model
01.
class
User < ActiveRecord::Base
02.
include ActionView::Helpers
03.
before_save
:strip_comment
04.
05.
def
strip_comment
06.
return
true
if
self
.comment.
nil
?
07.
self
.comment=sanitize(
self
.comment,
:tags
=>%w(p h1))
08.
save
09.
return
true
10.
end
#Javascript
#Add strip_tags.js
01.
function
strip_tags (str, allowed_tags) {
02.
03.
var
key =
''
, allowed =
false
;
04.
var
matches = [];
05.
var
allowed_array = [];
06.
var
allowed_tag =
''
;
07.
var
i = 0;
08.
var
k =
''
;
09.
var
html =
''
;</pre>
10.
var
replacer =
function
(search, replace, str) {
11.
return
str.split(search).join(replace);
12.
};
13.
14.
// Build allowes tags associative array
15.
if
(allowed_tags) {
16.
allowed_array = allowed_tags.match(/([a-zA-Z0-9]+)/gi);
17.
}
18.
19.
str +=
''
;
20.
21.
// Match tags
22.
matches = str.match(/(<\/?[\S][^>]*>)/gi);
23.
24.
// Go through all HTML tags
25.
for
(key
in
matches) {
26.
if
(isNaN(key)) {
27.
// IE7 Hack
28.
continue
;
29.
}
30.
31.
// Save HTML tag
32.
html = matches[key].toString();
33.
34.
// Is tag not in allowed list? Remove from str!
35.
allowed =
false
;
36.
37.
// Go through all allowed tags
38.
for
(k
in
allowed_array) {
39.
// Init
40.
allowed_tag = allowed_array[k];
41.
i = -1;
42.
43.
if
(i != 0) { i = html.toLowerCase().indexOf(
'<'
+allowed_tag+
'>'
);}
44.
if
(i != 0) { i = html.toLowerCase().indexOf(
'<'
+allowed_tag+
' '
);}
45.
if
(i != 0) { i = html.toLowerCase().indexOf(
'</'
+allowed_tag) ;}
46.
47.
// Determine
48.
if
(i == 0) {
49.
allowed =
true
;
50.
break
;
51.
}
52.
}
53.
54.
if
(!allowed) {
55.
str = replacer(html,
""
, str);
// Custom replace. No regexing
56.
}
57.
}
58.
59.
return
str;
60.
61.
}
#Used strip_tags function to remove html tags.
Example 1: remove all html tags.
1.
var
html_string=
'<h1>Test1.</h1><p> text2</p>'
;
2.
var
strip_string= strip_tags(html_string);
Example 2: allow only p and h1 html tags
1.
var
html_string=
'<h1>Test1.</h1><p> text2</p>'
;
2.
var
strip_string= strip_tags(html_string,
"<p><h1>"
);
- Sent (0)
- Nouveau
AIVideo-App.com
Générez vos vidéos d'entreprise par l'IA avec la voix ou simplement du texte
chatGPTaz.com
Parlez à ChatGPT dans votre langue maternelle
AppAIVidéo
Votre première application vidéo AI GRATUITE
Deepfake Video
Deepfake AI Video Maker
Deepfake
Deepfake AI Video Maker
AI Deep Fake
Deepfake AI Video Maker
AIvidio
AI Video Mobile Solutions
AIvideos
AI Video Platform & Solutions
AIvedio
AI Video App Maker
Artificial General Intelligence
Ai and higher level Artificial General Intelligence (AGI)
Artificial General Intelligence
Ai and higher level Artificial General Intelligence (AGI)
Faceswap AI en ligne
Échangez des visages, des vidéos, des photos et des GIF instantanément avec de puissants outils d'IA - Faceswap AI Online GRATUIT
Faceswap AI en ligne
Échangez des visages, des vidéos, des photos et des GIF instantanément avec de puissants outils d'IA - Faceswap AI Online GRATUIT
Faceswap AI en ligne
Échangez des visages, des vidéos, des photos et des GIF instantanément avec de puissants outils d'IA - Faceswap AI Online GRATUIT
Powerful AI Presentation PPT Maker for FREE
Build an impressive presentation with our free online AI presentation app
Your next top AI Assistant
Claude AI, developed by Anthropic
Your next top AI Assistant
Claude AI, developed by Anthropic
Temu gratuit 500 $ pour les nouveaux utilisateurs
Claim Free Temu $500 Credit via Affiliate & Influencer Program
Crédits publicitaires TikTok gratuits
Maîtrisez les publicités TikTok pour le marketing de votre entreprise
Dall-E-OpenAI.com
Générez automatiquement des images créatives avec l'IA
chatGPT4.win
Parlez à ChatGPT dans votre langue maternelle
Premier produit d'intelligence artificielle d'Elon Musk - Grok/UN.com
Parlez au chatbot Grok AI dans votre langue
Outily.win
Centre d'outils ouvert et gratuit, utilisable par tous et pour tous, avec des centaines d'outils
GateIO.gomymobi.com
Airdrops gratuits à réclamer et à partager jusqu'à 150 000 $ par projet
iPhoneKer.com
Économisez jusqu'à 630 $ à l'achat d'un nouvel iPhone 16
Acheter le robot Tesla Optimus
Commandez votre robot Tesla Bot : Optimus Gen 2 dès aujourd'hui pour moins de 20 000 $
Générez vos vidéos d'entreprise par l'IA avec la voix ou simplement du texte
chatGPTaz.com
Parlez à ChatGPT dans votre langue maternelle
AppAIVidéo
Votre première application vidéo AI GRATUITE
Deepfake Video
Deepfake AI Video Maker
Deepfake
Deepfake AI Video Maker
AI Deep Fake
Deepfake AI Video Maker
AIvidio
AI Video Mobile Solutions
AIvideos
AI Video Platform & Solutions
AIvedio
AI Video App Maker
Artificial General Intelligence
Ai and higher level Artificial General Intelligence (AGI)
Artificial General Intelligence
Ai and higher level Artificial General Intelligence (AGI)
Faceswap AI en ligne
Échangez des visages, des vidéos, des photos et des GIF instantanément avec de puissants outils d'IA - Faceswap AI Online GRATUIT
Faceswap AI en ligne
Échangez des visages, des vidéos, des photos et des GIF instantanément avec de puissants outils d'IA - Faceswap AI Online GRATUIT
Faceswap AI en ligne
Échangez des visages, des vidéos, des photos et des GIF instantanément avec de puissants outils d'IA - Faceswap AI Online GRATUIT
Powerful AI Presentation PPT Maker for FREE
Build an impressive presentation with our free online AI presentation app
Your next top AI Assistant
Claude AI, developed by Anthropic
Your next top AI Assistant
Claude AI, developed by Anthropic
Temu gratuit 500 $ pour les nouveaux utilisateurs
Claim Free Temu $500 Credit via Affiliate & Influencer Program
Crédits publicitaires TikTok gratuits
Maîtrisez les publicités TikTok pour le marketing de votre entreprise
Dall-E-OpenAI.com
Générez automatiquement des images créatives avec l'IA
chatGPT4.win
Parlez à ChatGPT dans votre langue maternelle
Premier produit d'intelligence artificielle d'Elon Musk - Grok/UN.com
Parlez au chatbot Grok AI dans votre langue
Outily.win
Centre d'outils ouvert et gratuit, utilisable par tous et pour tous, avec des centaines d'outils
GateIO.gomymobi.com
Airdrops gratuits à réclamer et à partager jusqu'à 150 000 $ par projet
iPhoneKer.com
Économisez jusqu'à 630 $ à l'achat d'un nouvel iPhone 16
Acheter le robot Tesla Optimus
Commandez votre robot Tesla Bot : Optimus Gen 2 dès aujourd'hui pour moins de 20 000 $
Cool Domains for Sale!
GrokUN.com
CryptoKD.com
CTRCoin.com
CreditCard.rip
ChatTotal.com
chatGPTaz.com
lend.services
ChainTutor.com
gomy.mobi
hearf.com
gomymobi.com
gomymobi.com
pornID.net
ABP3.com
AI-Trading-Bot.com
gomy.mobi
AIvideo-app.com
system.money
ApexBTC.com
chatGPT2.fun
Dall-E-OpenAI.com
Card.rip
chatGPT4.win
eChainBank.com
index.services
XMQV.com
ZWVQ.com
javascriptON.com
MetaTru.com
JavaScriptBank.com
war.money